func runtime.traceGoPark

4 uses

	runtime (current package)
		debugcall.go#L167: 			traceGoPark(traceBlockDebugCall, 1)
		proc.go#L3725: 		traceGoPark(mp.waitTraceBlockReason, mp.waitTraceSkip)
		proc.go#L3796: 		traceGoPark(traceBlockPreempted, 0)
		trace.go#L1612: func traceGoPark(reason traceBlockReason, skip int) {